mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Fix dev C example
This commit is contained in:
parent
722ebf6f30
commit
9e2de0f7e2
@ -77,7 +77,7 @@ data = """
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("Hello, Redox!\n");
|
||||
printf("Hello, Redox!\\n");
|
||||
}
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user