Browse Source

第一次代码

master
lusiyi 2 years ago
parent
commit
fbc71127d9
3 changed files with 10 additions and 0 deletions
  1. +3
    -0
      main.c
  2. +4
    -0
      main.cs
  3. +3
    -0
      main.java

+ 3
- 0
main.c View File

@@ -0,0 +1,3 @@
function main(void * args){
fprint("hello world!");
}

+ 4
- 0
main.cs View File

@@ -0,0 +1,4 @@
import system;
function main(void &args){
print("hello world!");
}

+ 3
- 0
main.java View File

@@ -0,0 +1,3 @@
function main(void * args){
fprint("hello world!");
}

Loading…
Cancel
Save