From 4a52496033d24dd009d75393647940a663112428 Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Fri, 8 Nov 2019 15:47:36 +0100 Subject: [PATCH] Add online IDEs with V language (#28) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index db9c9c4..3a174db 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ A curated list of awesome V frameworks, libraries, software and resources. * [V learning notes](https://github.com/lydiandy/vlang_note) - personal learning notes in Chinese. +### Online IDEs with V + +* [V Playground](https://vlang.io/play) +* [Judge0](https://ide.judge0.com/) + ## Articles * [An introduction to V](https://simonknott.de/articles/VLang.html)