This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
bosston
/
boss-milk
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
2
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
第一次代码
master
lusiyi
2 years ago
parent
682ac27db7
commit
fbc71127d9
3 changed files
with
10 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
main.c
+4
-0
main.cs
+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!");
}
Write
Preview
Loading…
Cancel
Save