commit 5808d62a9947ab8033846697bda8bb697924f1ae Author: || Prof. - Xadk3!000 || Date: Sun Apr 16 10:03:11 2023 +0000 initial commit. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2174275 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +__pycache__/ +*.sol +*.pol +*.pymkl +*.nicks_bc +*.so +*.o +*.hex +*hex* +node_modules/ +*.lock +!Cargo.toml +*ml* +*env* +*.*env* +*.env* +*.*env +.env +.env/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d87ca81 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "uiface"] + path = uiface + url = https://github.com/konstaui/konsta diff --git a/README.md b/README.md new file mode 100644 index 0000000..0fd639e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# .Eth Virtual EnvM! aka.sol w3Compyl3r! +--- +> Lets just check where the canvas goes! diff --git a/compilEr/src/main.rs b/compilEr/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/compilEr/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8db06ba --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +flet diff --git a/uiface b/uiface new file mode 160000 index 0000000..8c6ff6f --- /dev/null +++ b/uiface @@ -0,0 +1 @@ +Subproject commit 8c6ff6f11c4f036821bc9afd990f41038f360fca