From db8641a1094a345c29826d9d1b105f5f581bed5f Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 30 Sep 2025 06:52:00 -0300 Subject: [PATCH] Use hell-redox recipe --- config/dev.toml | 58 +------------------------------------------------ 1 file changed, 1 insertion(+), 57 deletions(-) diff --git a/config/dev.toml b/config/dev.toml index 2e7e40e50..8f92fb2cc 100644 --- a/config/dev.toml +++ b/config/dev.toml @@ -12,60 +12,4 @@ prompt = false # Package settings [packages] dev-redox = {} - -[[files]] -path = "/home/user/hello-redox/test.rs" -data = """ -fn main() { - println!("Hello, Redox!"); -} -""" - -[[files]] -path = "/home/user/hello-redox/test.c" -data = """ -#include - -int main(void) { - printf("Hello, Redox!\\n"); -} -""" - -[[files]] -path = "/home/user/hello-redox/test.cpp" -data = """ -#include - -int main() -{ - std::cout << "Hello, Redox!" << std::endl; -} -""" - -[[files]] -path = "/home/user/hello-redox/test.py" -data = """ -print("Hello, Redox!") -""" - -[[files]] -path = "/home/user/hello-redox/test.lua" -data = """ -print("Hello, Redox!") -""" - -[[files]] -path = "/home/user/hello-redox/test.js" -data = """ -console.log("Hello Redox"); -""" - -[[files]] -path = "/home/user/hello-redox/test.java" -data = """ -public class Java { - public static void main(String[] args) { - System.out.println("Hello Redox"); - } -} -""" +hello-redox = {}