mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 17:18:46 +08:00
Merge branch 'fix-dev' into 'master'
Fix dev C example See merge request redox-os/redox!1610
This commit is contained in:
commit
3cab7ea045
@ -77,7 +77,7 @@ data = """
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
printf("Hello, Redox!\n");
|
printf("Hello, Redox!\\n");
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user