2023-02-26 00:50
This commit is contained in:
9
01_first_program/helloworld.vala
Normal file
9
01_first_program/helloworld.vala
Normal file
@@ -0,0 +1,9 @@
|
||||
class HelloWorld {
|
||||
|
||||
public static int main(string[] args) {
|
||||
string str = "Hello, World\n";
|
||||
stdout.printf(str);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user