diff options
Diffstat (limited to 'Biz/Bild')
-rw-r--r-- | Biz/Bild/Example.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Biz/Bild/Example.rs b/Biz/Bild/Example.rs new file mode 100644 index 0000000..ba98dda --- /dev/null +++ b/Biz/Bild/Example.rs @@ -0,0 +1,4 @@ +// : out helloworld +fn main() { + println!("Hello world!"); +} |