From 2a2c12efa84a0363557242dd1f1a74e76aaa0eac Mon Sep 17 00:00:00 2001 From: Rishi <85405647+rishio@users.noreply.github.com> Date: Sat, 16 Oct 2021 22:42:56 +0530 Subject: [PATCH] Add "V Playground" to Programming Playgrounds (#6240) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add "V Playground" to Programming Playgrounds * minor change * Add V to index * Implement the suggestion Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- more/free-programming-playgrounds.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index db581d63..85a936f6 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -41,6 +41,7 @@ * [Swift](#swift) * [TypeScript](#typescript) * [Angular](#angular) +* [V](#v) ### C @@ -292,6 +293,11 @@ * [StackBlitz](https://stackblitz.com/fork/typescript) +### V + +* [V Playground](https://play.vlang.io) - vlang.io + + #### Angular > :information_source: See also … [AngularJS](#angularjs)