init
1. 각 언어별 프로젝트 추가
This commit is contained in:
parent
1cf5c822c8
commit
d826e1cd2c
5
Test_Coding_Python/main.py
Normal file
5
Test_Coding_Python/main.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
def print_hi(name):
|
||||||
|
print(f'Hi, {name}')
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
print_hi('PyCharm')
|
||||||
11
Test_Coding_Swift/Test_Coding_Swift/main.swift
Normal file
11
Test_Coding_Swift/Test_Coding_Swift/main.swift
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
//
|
||||||
|
// main.swift
|
||||||
|
// Test_Coding_Swift
|
||||||
|
//
|
||||||
|
// Created by TA9 on 10/16/25.
|
||||||
|
//
|
||||||
|
|
||||||
|
import Foundation
|
||||||
|
|
||||||
|
print("Hello, World!")
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user