diff options
| author | Weicao Mao <1992414357@qq.com> | 2025-04-12 08:11:27 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-12 08:11:27 +0800 |
| commit | 330ae0148ac7f4653c54563278c4e5a810ccba08 (patch) | |
| tree | ab836c70d6d50939f93bb82c7b30beadb270de45 /core/src | |
| parent | c67ce979d058fc40cb849570eeeee38d196c4cd5 (diff) | |
Initial commit
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main.rs b/core/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/core/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} |
