started assignment and added programs

This commit is contained in:
2025-05-08 00:28:02 +09:00
parent 3ff7ace93a
commit 8912215a06
14 changed files with 130 additions and 102 deletions

10
programs/comp/info.json Normal file
View File

@@ -0,0 +1,10 @@
{
"language": "C",
"name": "演習課題2",
"description": "電卓とC言語での演算の違いを比較する。",
"output": {
"type": "screenshot",
"content": "./assets/comp.png"
},
"note": ""
}